ignore instruction - перевод на русский
Diclib.com
Словарь онлайн

ignore instruction - перевод на русский

COMPUTER ERROR MESSAGE
Abort Retry Fail; Abort, Retry, Fail; Abort, Retry, Ignore, Fail; Abort, Retry, Ignore, Fail?; Abort, Retry, Ignore?; Abort retry ignore; Abort, Retry, Ignore; Abort Retry Ignore; Abort Retry Ignore Fail
  • dir]]</code> command.
  • A screenshot of Wrong Volume dialog box on Windows 10.

ignore instruction      

общая лексика

команда блокировки

branch instruction         
INSTRUCTION IN COMPUTER PROGRAM
Unconditional branching; Jump instruction; Conditional branch; Unconditional branch instruction; Branch instruction; Unconditional branch; Jump (Computer science); Jump (computer science); Branch (instruction); Conditional jump; Branch on condition; Jump target (computing); Branch-free code; Branchless programming; Branchless code; Branchless algorithm

общая лексика

команда перехода

машинная команда или оператор языка программирования, позволяющий изменить порядок выполнения команд или операторов программы

вычислительная техника

команда ветвления

conditional branch         
INSTRUCTION IN COMPUTER PROGRAM
Unconditional branching; Jump instruction; Conditional branch; Unconditional branch instruction; Branch instruction; Unconditional branch; Jump (Computer science); Jump (computer science); Branch (instruction); Conditional jump; Branch on condition; Jump target (computing); Branch-free code; Branchless programming; Branchless code; Branchless algorithm

общая лексика

условный переход

оператор языка программирования или машинная команда, которая заставляет процессор перейти на другое место программы и продолжить её выполнение с него, если в результате предыдущих операций выполнилось заданное в операторе (в команде) условие

синоним

conditional jump

Определение

Reduced Instruction Set Computer
<processor> (RISC) A processor whose design is based on the rapid execution of a sequence of simple instructions rather than on the provision of a large variety of complex instructions (as in a Complex Instruction Set Computer). Features which are generally found in RISC designs are uniform instruction encoding (e.g. the op-code is always in the same bit positions in each instruction which is always one word long), which allows faster decoding; a homogenous {register set}, allowing any register to be used in any context and simplifying compiler design; and simple addressing modes with more complex modes replaced by sequences of simple arithmetic instructions. Examples of (more or less) RISC processors are the {Berkeley RISC}, HP-PA, Clipper, i960, AMD 29000, MIPS R2000 and DEC Alpha. IBM's first RISC computer was the RT/PC (IBM 801), they now produce the RISC-based {RISC System/6000} and SP/2 lines. Despite Apple Computer's bogus claims for their PowerPC-based Macintoshes, the first RISC processor used in a personal computer was the Advanced RISC Machine (ARM) used in the Acorn Archimedes. (1997-06-03)

Википедия

Abort, Retry, Fail?

"Abort, Retry, Fail?" (or "Abort, Retry, Ignore?") is an error message found in DOS operating systems, which prompts the end-user for a course of action to follow. Although welcomed by some, the message also has been cited as an example of poor usability in computer user interfaces.